home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / utilities / file / whereis / date.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-17  |  101 b   |  9 lines

  1. /***** Date structure ******/
  2.  
  3. struct date {
  4. short int day;
  5. short int month;
  6. unsigned long year;
  7. };
  8.  
  9.